Ext32IO
 
 
 Bean Ext32IO
 
External 32-bit Input/Output

Typical usage of the bean in user's code.

Typical Usage:

Assume the bean name "EIO41".

(1)
This example demonstrates reading and writing to the port address.

 MAIN.C

void main(void)
{
  /* Wait until "0xFFFFFF" is on the port address */
  while ( EIO41_GetVal() != 0xFFFFFF );
  
  /* Put "0xAAAAAA" to the port address */
  EIO41_PutVal(0xAAAAAA);
}

For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.


Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.